home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / oleauttr.zip / NUMSVR.ZIP / NUMSVR.DFM / NUMSVR.txt
Text File  |  1995-03-23  |  1KB  |  73 lines

  1. object frmNumSvr: TfrmNumSvr
  2.   Left = 247
  3.   Top = 301
  4.   Width = 420
  5.   Height = 187
  6.   Caption = 'Delphi OLE Automation: NumSvr Controller'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 184
  17.     Top = 24
  18.     Width = 217
  19.     Height = 16
  20.     AutoSize = False
  21.     Caption = 'Modify the server'#39's property X .'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 184
  25.     Top = 64
  26.     Width = 209
  27.     Height = 33
  28.     AutoSize = False
  29.     Caption = 'Pass an argument by reference to a server method:  Incr(n)'
  30.   end
  31.   object cmdExit: TButton
  32.     Left = 16
  33.     Top = 112
  34.     Width = 105
  35.     Height = 33
  36.     Caption = 'E&xit'
  37.     TabOrder = 1
  38.     OnClick = cmdExitClick
  39.   end
  40.   object cmdBumpit: TButton
  41.     Left = 16
  42.     Top = 16
  43.     Width = 105
  44.     Height = 33
  45.     Caption = 'Add 1 to X'
  46.     TabOrder = 0
  47.     OnClick = cmdBumpitClick
  48.   end
  49.   object txtXVal: TEdit
  50.     Left = 129
  51.     Top = 69
  52.     Width = 40
  53.     Height = 24
  54.     AutoSize = False
  55.     MaxLength = 4
  56.     TabOrder = 2
  57.     Text = '1'
  58.   end
  59.   object cmdIncr: TButton
  60.     Left = 16
  61.     Top = 64
  62.     Width = 105
  63.     Height = 33
  64.     Caption = 'Increment me'
  65.     TabOrder = 3
  66.     OnClick = cmdIncrClick
  67.   end
  68.   object OleAutoClient1: TOleAutoClient
  69.     Left = 140
  70.     Top = 114
  71.   end
  72. end
  73.